google.golang.org/grpc/internal/transport.cleanupStream.rst (field)
13 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L134: return h.cleanup != nil && h.cleanup.rst // Results in a RST_STREAM
controlbuf.go#L139: rst bool
controlbuf.go#L144: func (c *cleanupStream) isTransportResponseFrame() bool { return c.rst } // Results in a RST_STREAM
controlbuf.go#L825: if c.rst { // If RST_STREAM needs to be sent.
http2_client.go#L986: rst: rst,
http2_server.go#L389: rst: true,
http2_server.go#L497: rst: true,
http2_server.go#L549: rst: true,
http2_server.go#L661: rst: true,
http2_server.go#L837: rst: false,
http2_server.go#L994: rst: true,
http2_server.go#L1342: rst: rst,
http2_server.go#L1366: rst: rst,
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)